home *** CD-ROM | disk | FTP | other *** search
/ Champak 56 / Volume 56 - JOGO DISK .iso / Games / frograce.swf / scripts / frame_49 / DoAction.as
Text File  |  2008-01-11  |  111b  |  10 lines

  1. if(fOptMusic == 1)
  2. {
  3.    musicObject.stop();
  4. }
  5. if(fOptSound == 1)
  6. {
  7.    playSound("win.wav");
  8. }
  9. stop();
  10.